home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / SourceCode / OOP_Course / Examples / DrawTests / Display / DisplayView.h < prev    next >
Text File  |  1992-12-19  |  264b  |  18 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import "MouseView.h"
  5. #import <appkit/appkit.h>
  6.  
  7. @interface DisplayView:MouseView
  8. {
  9.     float     sqSide, backgroundGray;
  10.     float     xOffset, yOffset;
  11.     NXRect sqRect;
  12. }
  13.  
  14. - (float)backgroundGray;
  15. - takeBackgroundGrayFrom:sender;
  16.  
  17. @end
  18.